Spread Windows Forms 12.0 Product Documentation
Category Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure : Category Property
Gets the details category.
Syntax
'Declaration
 
Public ReadOnly Property Category As ActionCategory
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As ActionCategory
 
value = instance.Category
public ActionCategory Category {get;}

Property Value

The details category of the action result.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members